Html Css Color HEX #AFF967 Conifer

📋 copy color: '#AFF967'

red 175 ◦ green 249 ◦ blue 103

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

Shades of Conifer #AFF967

Tints of Conifer #AFF967

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.25%

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

R = 33.21%
G = 47.25%
B = 19.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#AFF967 (or 0xAFF967) is known color: Conifer. HEX triplet: AF, F9 and 67. RGB value is (175,249,103). Sum of RGB (Red+Green+Blue) = 175+249+103=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 103 (40.62% from 255 or 19.54% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF967 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF967 is #500698. Grayscale: #D2D2D2. Windows color (decimal): -5244569 or 6814127. OLE color: 6814127.

HSL color Cylindrical-coordinate representation of color #AFF967: hue angle of 90.41º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFF967 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 249 103 -
CMYK 0.30 0 0.59 0.02
HSL 90.41º 0.92% 0.69% -
HSV(B) 90.41º 0.59% 0.98% -
XYZ 54 77.84 25.01 -
YUV 210.23 67.48 102.87 -
System Red Green Blue C M Y K H S L
Decimal 175 249 103 0.30 0 0.59 0.02 90.41 0.92 0.69
Hex AF F9 67 1E 0 3B 2 5A 5C 45
Octal 257 371 147 36 0 73 2 132 134 105
Binary 10101111 11111001 1100111 11110 0 111011 10 1011010 1011100 1000101

Color Harmonies of #AFF967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF967

Black with #AFF967

Text Example


Text Example

White with #AFF967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF967; }

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

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

background-color css

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

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

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

border-color css

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

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

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