Html Css Color HEX #AFE067 Conifer

📋 copy color: '#AFE067'

red 175 ◦ green 224 ◦ blue 103

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

Shades of Conifer #AFE067

Tints of Conifer #AFE067

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.62%

 BLUE value IS 103 (40.63% from 255) = 20.52%

R = 34.86%
G = 44.62%
B = 20.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#AFE067 (or 0xAFE067) is known color: Conifer. HEX triplet: AF, E0 and 67. RGB value is (175,224,103). Sum of RGB (Red+Green+Blue) = 175+224+103=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 103 (40.62% from 255 or 20.52% from 502); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE067 is #501F98. Grayscale: #C3C3C3. Windows color (decimal): -5250969 or 6807727. OLE color: 6807727.

HSL color Cylindrical-coordinate representation of color #AFE067: hue angle of 84.3º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFE067 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 103 -
CMYK 0.22 0 0.54 0.12
HSL 84.3º 0.66% 0.64% -
HSV(B) 84.3º 0.54% 0.88% -
XYZ 46.78 63.4 22.6 -
YUV 195.56 75.77 113.34 -
System Red Green Blue C M Y K H S L
Decimal 175 224 103 0.22 0 0.54 0.12 84.3 0.66 0.64
Hex AF E0 67 16 0 36 C 54 42 40
Octal 257 340 147 26 0 66 14 124 102 100
Binary 10101111 11100000 1100111 10110 0 110110 1100 1010100 1000010 1000000

Color Harmonies of #AFE067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE067

Black with #AFE067

Text Example


Text Example

White with #AFE067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE067; }

 p { color: rgb(175,224,103); }

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

background-color css

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

 a { background-color: rgb(175,224,103); }

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

border-color css

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

 span { border-color: rgb(175,224,103); }

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