Html Css Color HEX #AFE243 Conifer

📋 copy color: '#AFE243'

red 175 ◦ green 226 ◦ blue 67

#AFE243
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #AFE243

Tints of Conifer #AFE243

RGB

 RED value IS 175 (68.75% from 255) = 37.39%

 GREEN value IS 226 (88.67% from 255) = 48.29%

 BLUE value IS 67 (26.56% from 255) = 14.32%

R = 37.39%
G = 48.29%
B = 14.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFE243 (or 0xAFE243) is known color: Conifer. HEX triplet: AF, E2 and 43. RGB value is (175,226,67). Sum of RGB (Red+Green+Blue) = 175+226+67=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 226 (88.67% from 255 or 48.29% from 468); Blue value is 67 (26.56% from 255 or 14.32% from 468); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE243 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE243 is #501DBC. Grayscale: #C1C1C1. Windows color (decimal): -5250493 or 4448943. OLE color: 4448943.

HSL color Cylindrical-coordinate representation of color #AFE243: hue angle of 79.25º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFE243 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 226 67 -
CMYK 0.23 0 0.70 0.11
HSL 79.25º 0.73% 0.57% -
HSV(B) 79.25º 0.7% 0.89% -
XYZ 45.89 63.91 15.23 -
YUV 192.63 57.1 115.43 -
System Red Green Blue C M Y K H S L
Decimal 175 226 67 0.23 0 0.70 0.11 79.25 0.73 0.57
Hex AF E2 43 17 0 46 B 4F 49 39
Octal 257 342 103 27 0 106 13 117 111 71
Binary 10101111 11100010 1000011 10111 0 1000110 1011 1001111 1001001 111001

Color Harmonies of #AFE243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE243

Black with #AFE243

Text Example


Text Example

White with #AFE243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE243; }

 p { color: rgb(175,226,67); }

 H1.HeaderClassName
 {
   color: #AFE243;
 }
 .AnyTagClassName
 {
   color: #AFE243;
 }
</style>

background-color css

<style>
 a { background-color: #AFE243; }

 a { background-color: rgb(175,226,67); }

 div.DivClassName
 {
   background-color: #AFE243;
 }
 .BgClassName
 {
   background-color: #AFE243;
 }
</style>

border-color css

<style>
 span { border-color: #AFE243; }

 span { border-color: rgb(175,226,67); }

 td.TdClassName
 {
   border-color: #AFE243;
 }
 .TagClassName
 {
   border-color: #AFE243;
 }
</style>